home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1999 #1 / 1999 CD 1 (black).iso / K-CN.dxr / Internal_24.ls < prev    next >
Encoding:
Text File  |  1998-11-20  |  404 b   |  18 lines

  1. global Musik, DXSeen
  2.  
  3. on enterFrame
  4.   set the fileName of castLib "Sprog" to "Norsk.cst"
  5.   set the fileName of castLib "V_Sprog" to "V_Norsk.cst"
  6.   mci("open sequencer!lydspor.mid alias baggrund")
  7.   mci("play baggrund")
  8.   set Musik to 1
  9.   set DXSeen to 0
  10.   cursor(-1)
  11.   baRegister("Komputer for alle", 3062010)
  12.   register(xtra("PrintOMatic"), "PMAT155-759-89551")
  13. end
  14.  
  15. on exitFrame
  16.   go("IntroAnim")
  17. end
  18.